home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / source8 / uscroll.dfm / uscroll.txt
Encoding:
Text File  |  1995-12-22  |  2.6 KB  |  135 lines

  1. object Form1: TForm1
  2.   Left = 43
  3.   Top = 108
  4.   Width = 527
  5.   Height = 363
  6.   Caption = 'Scrolling Message In a TMultiImage Example'
  7.   Font.Color = clBlack
  8.   Font.Height = -11
  9.   Font.Name = 'Arial'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   TextHeight = 14
  15.   object BitBtn1: TBitBtn
  16.     Left = 8
  17.     Top = 72
  18.     Width = 129
  19.     Height = 33
  20.     Caption = 'Load mesage'
  21.     TabOrder = 0
  22.     OnClick = BitBtn1Click
  23.     Style = bsNew
  24.   end
  25.   object BitBtn2: TBitBtn
  26.     Left = 8
  27.     Top = 248
  28.     Width = 129
  29.     Height = 33
  30.     Caption = 'Create New Message'
  31.     TabOrder = 1
  32.     OnClick = BitBtn2Click
  33.     Style = bsNew
  34.   end
  35.   object BitBtn3: TBitBtn
  36.     Left = 8
  37.     Top = 204
  38.     Width = 129
  39.     Height = 33
  40.     Caption = 'On the Fly'
  41.     TabOrder = 2
  42.     OnClick = BitBtn3Click
  43.     Style = bsNew
  44.   end
  45.   object BitBtn4: TBitBtn
  46.     Left = 8
  47.     Top = 161
  48.     Width = 129
  49.     Height = 33
  50.     Caption = 'Save Current Message'
  51.     TabOrder = 3
  52.     OnClick = BitBtn4Click
  53.     Style = bsNew
  54.   end
  55.   object MultiImage1: TMultiImage
  56.     Left = 5
  57.     Top = 8
  58.     Width = 508
  59.     Height = 50
  60.     JPegDither = 4
  61.     JPegResolution = 8
  62.     JPegSaveQuality = 25
  63.     JPegSaveSmooth = 0
  64.     ImageName = 'file not found'
  65.     Stretch = True
  66.   end
  67.   object BitBtn5: TBitBtn
  68.     Left = 8
  69.     Top = 292
  70.     Width = 129
  71.     Height = 35
  72.     Caption = 'Dispose'
  73.     TabOrder = 5
  74.     OnClick = BitBtn5Click
  75.     Style = bsNew
  76.   end
  77.   object MultiImage2: TMultiImage
  78.     Left = 152
  79.     Top = 297
  80.     Width = 361
  81.     Height = 26
  82.     Center = True
  83.     JPegDither = 4
  84.     JPegResolution = 8
  85.     JPegSaveQuality = 25
  86.     JPegSaveSmooth = 0
  87.     ImageName = 'file not found'
  88.   end
  89.   object BitBtn6: TBitBtn
  90.     Left = 8
  91.     Top = 115
  92.     Width = 129
  93.     Height = 35
  94.     Caption = 'Load Image >>'
  95.     TabOrder = 7
  96.     OnClick = BitBtn6Click
  97.     Layout = blGlyphRight
  98.     Style = bsNew
  99.   end
  100.   object MultiImage3: TMultiImage
  101.     Left = 176
  102.     Top = 72
  103.     Width = 321
  104.     Height = 209
  105.     Center = True
  106.     JPegDither = 4
  107.     JPegResolution = 8
  108.     JPegSaveQuality = 25
  109.     JPegSaveSmooth = 0
  110.     ImageName = 'file not found'
  111.   end
  112.   object ScrollBar1: TScrollBar
  113.     Left = 153
  114.     Top = 324
  115.     Width = 360
  116.     Height = 11
  117.     Max = 10
  118.     Position = 5
  119.     TabOrder = 9
  120.     OnChange = ScrollBar1Change
  121.   end
  122.   object SaveDialog1: TSaveDialog
  123.     DefaultExt = 'scm'
  124.     Filter = '*.scm|*.scm'
  125.     Options = [ofOverwritePrompt]
  126.     Left = 376
  127.     Top = 8
  128.   end
  129.   object OpenDialog1: TOpenDialog
  130.     Filter = 'scroll message|*.scm|gif|*.gif|jpg|*.jpg|bmp|*.bmp|ico|*.ico'
  131.     Left = 352
  132.     Top = 8
  133.   end
  134. end
  135.